home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / frame_1 / DoAction.as
Text File  |  2013-04-24  |  261b  |  10 lines

  1. function doSomething()
  2. {
  3. }
  4. _root.kongregateServices.connect();
  5. MENU = new ContextMenu();
  6. MENU.hideBuiltInItems();
  7. Functioned = new ContextMenuItem("This game was made by Mike Varilek",doSomething);
  8. MENU.customItems.push(Functioned);
  9. _root.menu = MENU;
  10.